home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / trout.dir / 00022_prev.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  297 b   |  18 lines

  1. on mouseDown
  2.   global myLine, lem
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if myLine = 1 then
  7.     exit
  8.   end if
  9.   set the castNum of sprite 4 to 32
  10.   set myLine to myLine - 1
  11.   buttonsUp()
  12.   set lem to 1
  13.   setVid()
  14.   set the castNum of sprite 4 to 22
  15.   updateStage()
  16.   puppetSprite(4, 1)
  17. end
  18.